home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00096_Quit script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
187 b
|
18 lines
on keyDown
if the key = 1 then
go("copy")
end if
if the key = "r" then
go("main")
end if
end
on mouseDown
puppetSound(0)
quit()
end
on exitFrame
go(the frame)
end